Código fuente de 'Calendario emergente.asp'

<html>
<head>
<title>Calendario emergente - Códigos asp, programacion asp, descargas asp, rutinas asp</title>
</head>
<p align="center"><b><font size="3">Calendario emergente</font></b></p>
<body style="font-family: Arial; font-size: 9pt">

<%
Response.Expires = 0
%>


<Script language="javascript">
function ShowDate(oDoc,cDate)
{
window.open("emergente.asp?backf="+oDoc+"&cDate="+cDate,"window", "height=220, width=320, resizeable=no,","");
}
</Script>

</head>


<Form method="Post" action="Calendario emergente.asp" name="HICSF">

<Table Border="0">
<TR>
<TD align=right>Date:</TD>
<TD>&nbsp;&nbsp;&nbsp;</TD>
<TD><Input type="text" class="INPUTTEXT" style="text-align:center" id="VonDatum" name="VonDatum" size=10 Value=<%Response.write Date%> maxlength=12>&nbsp;
<A href="javascript:ShowDate('HICSF.VonDatum',this.HICSF.VonDatum.value)">
<IMG src="Calendario.gif" align=middle border="0" width="32" height="32"></A></TD>
</TR>
</Table>
</Form>


<p align="center"><b>Archivos a descargar (incluido este):<br>
</b><a href="CalendarioEmergente.zip">CalendarioEmergente.zip</a></p>


</body>
</html>